Performs field processing on the form image.
public void Process(
RasterImage form,
int firstPageNumber,
int lastPageNumber,
IList<PageAlignment> formAlignment
)
Public Overloads Sub Process( _
ByVal form As RasterImage, _
ByVal firstPageNumber As Integer, _
ByVal lastPageNumber As Integer, _
ByVal formAlignment As IList(Of PageAlignment) _
)
public:
void Process(
RasterImage^ form,
int firstPageNumber,
int lastPageNumber,
IList<PageAlignment^>^ formAlignment
)
form
The Leadtools.RasterImage.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
Last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. Alignment matches a LeadRect that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.
For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document